@charset "utf-8";
/* CSS Document */
body {
	margin: 0px auto;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	background: #211d1e;
}
#canvas {
	background-color: #000000;
	color: #ffffff;
	border:  none;
	margin: 0px auto;
	width: 900px;
}
#header {
	margin-top: 10px;
	width: 100%;
	float: left;
}
#header h3 {
	margin-left: 15px;
	float: left;
}
#header p {
	width: 400px;
	float: right;
	text-align: center;
	color: #CCCCCC;
	margin: 0px;
	font-size: 0.8em;
}
#banner {
	float: left;
	width: 100%;
	height: 150px;
}
#menu {
	float: left;
	width: 150px;
	font-size: 0.9em;
}
#menu ul {
	list-style: none;
	width: 150px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 1.1em;
}
#menu li {
	margin-bottom: 4px;
}
#menu #curr {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	display: block;
	padding: 6px 0 0 10px;
	background: #67522c;
	color: #cccc00;
	border-left: 4px #47381e solid;
}
#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #fffff1;
	display: block;
	padding: 6px 0 0 10px;
	background: #67522c;
	border-left: 1px #846837 solid;
}
#menu li a:hover {
	background: #67522c;
	color: #cccc00;
	border-left: 4px #47381e solid;
}
#links {
	margin:0px auto;
	width: 130px;
	color: #a8a8a8;
	background-color: #000000;
	line-height: 1.3em;
}
#links p {
	margin: 0em 0em 1.1em 0em;
}
#extras {
	float: right;
	width: 130px;
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#extras p {
	margin: 0em 0em 1.8em 0em;
	color: #a8a8a8;
}
#extras p img {
	margin:8px 0px 0px 0px;
}
#extras div {
	height:17px;
	float: none;
}
.return {
	float: right;
	font-size: 1em;
	font-weight: normal;
	line-height: 28px;
}
#content {
	margin: 0px 145px 0px 165px;
	padding: 0 10px 0 10px;
	text-align: justify;
	line-height: 1.6em;
}
#content h2 {
	font-size: 1.5em;
	margin: 0em 0em 0.5em 0em;
}
#content img {
	padding: 0px;
	display: inline;
}
.courses li {
	line-height: 25px;
	color: #CCCCCC;
}
.courses li span {
	color: #FFFFFF;
}
#copyright {
	margin: 1px auto 0px;
	width: 100%;
	clear:both;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	line-height: 18px;
	background-color: #211d1e;
	position: relative;
}
h3 {
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	color: #FFFFCE;
}
a {
	text-decoration: none;
	color: #b6952a;
}
a:hover {
	text-decoration: underline;
	color: #b6952a;
}
.left {
	margin: 0px 15px 0px 0px;
	float: left;
}
.right {
	margin: 0px 0px 0px 15px;
	float: right;
}
.textright {
	text-align: right;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
img {
	border: 0px;
}
hr {	
	height: 1px;
	color: #999999;
}